home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
pyshared
/
launchpadlib-1.5.1.egg-info
/
PKG-INFO
< prev
next >
Wrap
Text File
|
2009-08-28
|
3KB
|
73 lines
Metadata-Version: 1.0
Name: launchpadlib
Version: 1.5.1
Summary: Script Launchpad through its web services interfaces. Officially supported.
Home-page: https://help.launchpad.net/API/launchpadlib
Author: LAZR Developers
Author-email: lazr-developers@lists.launchpad.net
License: LGPL v3
Download-URL: https://launchpad.net/launchpadlib/+download
Description: ..
This file is part of launchpadlib.
launchpadlib is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3 of the License.
launchpadlib is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
launchpadlib
************
See https://help.launchpad.net/API/launchpadlib .
=====================
NEWS for launchpadlib
=====================
1.5.1 (2009-07-16)
==================
- Added a sample script for uploading a release tarball to Launchpad.
1.5.0 (2009-07-09)
==================
- Most of launchpadlib's code has been moved to the generic
lazr.restfulclient library. launchpadlib now contains only code
specific to Launchpad. There should be no changes in functionality.
- Moved bootstrap.py into the top-level directory. Having it in a
subdirectory with a top-level symlink was breaking installation on
Windows.
- The notice to the end-user (that we're opening their web
browser) is now better formatted.
1.0.1 (2009-05-30)
==================
- Correct tests for new launchpad cache behavior in librarian
- Remove build dependency on setuptools_bzr because it was causing bzr to be
downloaded during installation of the package, which was unnecessary and
annoying.
1.0 (2009-03-24)
================
- Initial release on PyPI
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python